Crate jsonrpsee_ws_server[][src]

Expand description

jsonrpsee-ws-server

jsonrpsee-ws-server is a JSON RPC WebSocket server library that’s is built for async/await.

Structs

RpcModule

Sets of JSON-RPC methods can be organized into a “module“s that are in turn registered on the server or, alternatively, merged with other modules to construct a cohesive API. RpcModule wraps an additional context argument that can be used to access data during call execution.

SubscriptionSink

Represents a single subscription.

WsServer

A WebSocket JSON RPC server.

WsServerBuilder

Builder to configure and create a JSON-RPC Websocket server

Enums

Error

Error type.